*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html::-moz-selection {
  background-color: #295a40;
  color: #fff;
}
html::selection {
  background-color: #295a40;
  color: #fff;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Karla", sans-serif;
  overflow-x: hidden;
  color: #d8dfe1;
  background-color: #f5f5f7;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding-left: 0;
}

input::-webkit-input-placeholder {
  font: inherit;
}

input::-moz-placeholder {
  font: inherit;
}

input:-ms-input-placeholder {
  font: inherit;
}

input::-ms-input-placeholder {
  font: inherit;
}

input, button, select, textarea, input::placeholder {
  font: inherit;
}

iframe {
  max-width: 100% !important;
}

.main {
  padding: 4rem;
  color: #002b49;
}
.main__logo {
  text-align: center;
  margin-bottom: 6rem;
}
.main__logo img {
  width: 22rem;
}
.main__text {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
}
.main__text--alt {
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
}